Fix type for carto option.
authorrobertl <robertl@f51c46e8-681c-474f-0cfe-069cfd0219fb>
Thu, 1 Dec 2005 21:04:16 +0000 (21:04 +0000)
committerrobertl <robertl@f51c46e8-681c-474f-0cfe-069cfd0219fb>
Thu, 1 Dec 2005 21:04:16 +0000 (21:04 +0000)
gpsbabel/pcx.c

index a4a4a3e0581208537b637be95fc1e108bbda74fc..e6eb11e6447fdcb341d35c29696bafc5e06c631f 100644 (file)
@@ -41,7 +41,7 @@ arglist_t pcx_args[] = {
                ARGTYPE_STRING },
        {"cartoexplorer", &cartoexplorer,
                "Write tracks compatible with CartoExplorer", "",
-               ARGTYPE_STRING },
+               ARGTYPE_BOOL },
        {0, 0, 0, 0, 0}
 };